home *** CD-ROM | disk | FTP | other *** search
/ Windows 95 Super Collection / Windows 95 Super Collection.iso / win95 / texteds / xprdemo / disk1 / up-date < prev    next >
Encoding:
Text File  |  1995-12-18  |  3.3 KB  |  71 lines

  1. XPROOFER 0.1.7 18-12-95:
  2. * checked from history message box added to control replacements
  3. * some minor changes
  4. * automatic re-spell (Dutch omspel) protected list available
  5. XPROOFER 0.1.6 03-12-95:
  6. * Caret adjusted in Edit Mode
  7. * history forces initial capital or all capitals
  8. * New Dutch spelling _NED96 (Dutch spelling reform)
  9. XPROOFER 0.1.5 29-09-95:
  10. * wrap_margin for proportional spacing
  11. * returns uppercase alternatives for uppercase words
  12. XPROOFER 0.1.4 6-09-95:
  13. * Installation dialogs and the About Box specify user and company name
  14.   for registration purposes.
  15. * failure of SAVE_AS corrected.
  16. * enabling Join Hyphens
  17. * MessageBox Doubling Words can be moved.
  18. XPROOFER's installation 30-08-95:
  19. * The installation program now appends the autoexec.bat file with the
  20.   proper settings of environment variables (ISPEL, HISTORY, TEMP and PATH)
  21. XPROOF 0.1.3 29-08-95
  22. * some minor improvements.
  23. * A new documentation: the postscript file is zipped, please unzip it
  24.   (read_ps.zip).
  25. * the file xpr_demo.exe is a read only version
  26. XPROOF 0.1.3 25-06-95
  27. * Visual citation checks for English, Dutch, German, French, Swedish and Spanish
  28.   citation styles.
  29. * If a document is modified, a check for saving is done automatically,
  30.   a messagebox will shown.
  31. * OCR first vowel or consonant omission will also be recognized (one character).
  32. XPROOF 0.1.2 15-05-95
  33. * Initial uppercase extended chars corrected in alternative dialog
  34. * Text/Digits and OCR  word should have at least one alpha. Skip strings
  35.   like (1995) etc (new function)
  36. * OCR mode: skip '. and ', endings 
  37. * new key for EDIT DEL
  38. * for scrolling ARROW-UP and ARROW-DOWN (new)
  39. * WIN32S bug (windows 3.1) in removing character editbox with EM_GETLINE 
  40.   replaced by GetDlgItemText.
  41. * annulation during open or save-as does no longer corrupt the displayed file,
  42. * adjusting for blank lines after a PAGEDOWN during document/page mode
  43. XPROOF 0.1.1 19-04-95
  44. * initial wrap_margin adjusted
  45. XPROOF 0.1.1 17-04-95
  46. * ESC toggle function added for fast switching between spelling and edit mode
  47. * error with doubling message corrected
  48. * PostMessage instead of SendMessage for going from page to page (necessary
  49.   for NT
  50. * abbreviation list to 18000 items
  51.  
  52. BUGS: a WIN32s exception error occurs if a file ends with 0x0d 0x0c
  53. (^M ^L) instead of the normal line break characters 0x0d 0x0a (DOS) or 0x0a
  54. (UNIX). In the referred case a final new line was missing.
  55. Be careful if you see a lot of final tags blocks at the bottom of a file.
  56. For some systems general exeption errors are reported (see the file
  57. "exceptio.ns").
  58.  
  59. WINDOWS 95  BUGS:
  60. WIN32 program execution in Windows 95 deviates from those in WINDOWS NT.
  61. For instance, only the horizontal bar is shown, but not the vertical.
  62. However, after a ShowScrollBar API differences did diaappear.
  63. More seriously, closing a dialogbox results in a stack error of one of
  64. the WINDOWS 95 dll's. Probably a DestroyWindow API was called twice. 
  65. After removing one of the cals the problem was solved.
  66. There are more bugs in Windows 95. A 16 bits windows program can
  67. be executed from the DOS-box, but the DOS-window is not returned as 
  68. the active window, there is no cursor. Things go a little bit better
  69. with Borland's Winrun program. However, being WIN32 program XPROOFER is not 
  70. hindred from the WIN16 failures.
  71.